Overload List

  Name Description
Public method GroupBy<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>))
Groups the elements of a view according to a specified key selector function.
Public method GroupBy<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, TElement>)>>)>)>>))
Groups the elements of a view according to a specified key selector function and projects the elements for each group by using a specified function.
Public method GroupBy<(Of <<'(TKey, TElement, TResult>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, TElement>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TKey, IEnumerable<(Of <<'(TElement>)>>), TResult>)>>)>)>>))
Groups the elements of a view according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.

See Also